}
public String getAsText() {
String text = guiEditor.getAsText();
if (text == null) {
if (!acceptsNull) {
}
public String getAsText() {
String text = fixGetAsTextBug(guiEditor.getAsText());
if (text == null) {
if (!acceptsNull) {